home *** CD-ROM | disk | FTP | other *** search
/ PCMania 32 / PCMania CD32_2.iso / sharewar / graphic / aawin / mciaap.doc < prev    next >
Text File  |  1992-10-27  |  1KB  |  28 lines

  1.  
  2. The MCIAAP.DRV file is a windows MCI driver that adds Animation Player 
  3. capability to your Windows 3.1 MCI interface.  Once the driver is properly 
  4. installed, you should be able to bring up the Media Player and see 
  5. 'Animation1' as an additional option under the Device menu.  This will 
  6. verify that the driver is properly installed and now available for any 
  7. application that can make use of MCI commands.
  8.  
  9.  
  10. To install:
  11.  
  12. 1) Copy the file MCIAAP.DRV to your \windows\system subdirectory.
  13. 2) Load the file SYSTEM.INI into an editor, such as notepad under Windows, 
  14. or Edit under DOS 5.0.
  15. 3) Locate the line '[mci]' (without the apostrphe's).  If this section does 
  16. not exist, you may add it to the end of the file by adding a line that says 
  17. '[mci]'.
  18. 3) Add the following line to this section:
  19.  
  20.         Animation1=mciaap.drv
  21.  
  22. 4) If you are in windows, you will need to exit out and restart windows for 
  23. this change to take effect.
  24. 5) Test the installation by bringing up the Media Player (part of the 
  25. accessories group) and looking at the Device Menu.  Animation1 should now 
  26. be an option on that list.
  27.  
  28.